-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mimir query engine: track active queries #8277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to test the tracked query before it is deleted, but I think this is sufficient and LGTM 👍
This is tested, but the assertion is a bit hidden - I'll make this clearer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, lgtm!
* Mimir query engine: track active queries * Add changelog entry * Refactor test to make it clearer * Refactor test to reduce duplication * Refactor TestMemoryConsumptionLimit to follow same pattern * Ensure that call to active query tracker is done with a context that respects the configured query timeout * Fix linting issues * Fix issue in test 🤦
What this PR does
This PR adds support for tracking active queries to the Mimir query engine.
Which issue(s) this PR fixes or relates to
(none)
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.